home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 52 / Issue #52.iso / pc / 2-SOFTWARE / MQv8Demo / MQ.Z / Notes.txt < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.9 KB  |  87 lines

  1. +  The MIDI Ch determines which channel will Send Patch Change
  2.    Commands:
  3.     +  It is necessary to reset the above when switching between
  4.        Program Mode editors and Mix Mode editors.
  5. +  I have added a V44 setting and V23 (channel) setting to the window
  6.    Activate Macro for the Patch editor.  This allows one to edit and 
  7.    Audition the patch in mix mode.
  8.  
  9.  
  10. *  There are two editors for the Mix.  The normal Mix editor  
  11. allows you to set up Splits, Layers, and Multis using up to  
  12. 16 Programs.  The second is set up as a MIX PROGRAM BANK  
  13. that allows you to edit each of the 16 individual programs  
  14. used in the MIX.  These are stored in the Mix Edit Buffer-- 
  15. Not the User Program Memory.  Changing the channel in the  
  16. MIDI CONTROLLER WINDOW selects each program.  Selecting a  
  17. Patch for editing allows the usual auditioning in the  
  18. default channel. 
  19.  
  20.  
  21.  
  22.  
  23. The following variables are used in the Quadrasyn Macros: 
  24.  
  25. V21 = Mode 
  26.  
  27. V22 = Sound or (FX)Send 
  28.  
  29. V23 = Channel 
  30.  
  31.  
  32. The following apply to the Patch (program) editor: 
  33.  
  34. V24 = Keyboard/Drum Mode 
  35.  
  36. V25 = Sound Offset 
  37.  
  38. V26 = Drum Number 
  39.  
  40. V27 = Drum Offset 
  41.  
  42. V28 = Drum Sample Group 
  43.  
  44. V29 = Keyboard Sample Group 
  45.  
  46. The transmit Macro follows: 
  47.  
  48.  
  49.  
  50. F0        0  0  E        E                      10 
  51. Start     Mfg ID#      QsynID          Param_edit_op-code 
  52.  
  53.  
  54.  
  55. 0mmfffff     0ssPPPPP     Occccddv         0vvvvvvv     F7 
  56. 2_ 1-17      0-3_ 0-23    0-15_0-3_MsbX       LsbX 
  57. mode_func    sound_Page   Chn_Pot_MsbX        LsbX     EOX 
  58. V21_W        V22_Z       V23_Y_W_Z(x>7)       X&127 
  59.  
  60.  
  61.  
  62.  
  63. MW = V21(MODE) MW < 5 MW + FUNC  
  64.  
  65. MZ = V22(SOUND) MZ < 5 MZ + PAGE  
  66.  
  67. MY = V23(CHANNEL) MY < 3 
  68.  
  69. S 11 { F0 0 0 E E 10 0 0 0 0 F7 }  
  70.  
  71. FW 6  
  72.  
  73. FZ 7  
  74.  
  75. MW = POT MW < 1 MY | W  
  76.  
  77. MZ = X(VALUE) MZ > 7 MZ & 1 MY | Z  
  78.  
  79. FY 8  
  80.  
  81. MX & 127  
  82.  
  83. FX 9  
  84.  
  85. T 11 
  86.   
  87.